projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfe7ba
)
Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 26 Aug 2008 14:04:14 +0000
(14:04 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 26 Aug 2008 14:04:14 +0000
(14:04 +0000)
lisp/emulation/tpu-edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/tpu-edt.el
b/lisp/emulation/tpu-edt.el
index f78ef7e3bfbaa1c5c00a01f0645f533d349bd503..fc1e5a7e9768b3d62540c2b0e650bff1ae3cbd9a 100644
(file)
--- a/
lisp/emulation/tpu-edt.el
+++ b/
lisp/emulation/tpu-edt.el
@@
-1267,7
+1267,7
@@
This is useful for inserting control characters."
(defvar tpu-saved-control-r nil "Saved value of Control-r.")
(defun tpu-end-define-macro-key (key)
- "End the current macro definition"
+ "End the current macro definition
.
"
(interactive "kPress the key you want to use to do what was just learned: ")
(end-kbd-macro nil)
(global-set-key key last-kbd-macro)